From: Chong Yidong Date: Wed, 13 Jun 2007 17:35:14 +0000 (+0000) Subject: Link to xaw3d if available. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18420 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f33ea64cb9879bbe1c2f26e17216a1d8164e326e;p=emacs.git Link to xaw3d if available. --- diff --git a/src/xfns.c b/src/xfns.c index 023a9bbfdf4..a5ac1094aec 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -72,8 +72,13 @@ Boston, MA 02110-1301, USA. */ #include #ifndef USE_MOTIF +#ifdef HAVE_XAW3D +#include +#include +#else /* !HAVE_XAW3D */ #include #include +#endif /* HAVE_XAW3D */ #endif /* USE_MOTIF */ #ifdef USG